InsXTime
Trap macro _InsXTime
On entry A0: address of TMTask record
On exit D0: result code
the Time Manager queue. The tmTaskPtr parameter must point to an extended Time Manager task record. Your application must fill in the tmAddr field of that task. You should set the tmWakeUp and tmReserved fields to 0 the
With the extended Time Manager, you can set tmAddr to NIL if you do not want a task to execute when the delay passed to PrimeTime expires. Also, InsXTime resets the high-order bit of the qType field to 0. The PrimeTime procedure schedules the routine specified by the tmAddr field of tmTaskPtr for execution after the delay specified by the count
parameter has elapsed.